Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#171 Adds support for vmedia saved mapping in remove all function #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

techyragu
Copy link
Contributor

Modifies imcsdk.apis.v2.server.vmedia.vmedia_mount_remove_all API

from imcsdk.imchandle import ImcHandle
from imcsdk.apis.v2.server.vmedia import vmedia_mount_remove_all

handle = ImcHandle("ip", "username", "password")
handle.login()
print("Connection Successful: <%s>" % handle.ip)
vmedia_mount_remove_all(handle)
handle.logout()
print "SUCCESS: Logged Out"

@techyragu techyragu changed the title Adds support for vmedia saved mapping in remove all function Issue#171 Adds support for vmedia saved mapping in remove all function Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant